home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000034_news@columbia.edu _Mon Jan 17 12:55:52 2000.msg < prev    next >
Text File  |  2020-01-01  |  5KB  |  105 lines

  1. Article 10956 of comp.protocols.kermit.misc:
  2. Path: newsmaster.cc.columbia.edu!watsun.cc.columbia.edu!fdc
  3. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: Bootstrapping CP/M Kermit ....
  6. Date: 17 Jan 2000 16:08:25 GMT
  7. Organization: Columbia University
  8. Lines: 20
  9. Message-ID: <85vepp$5ee$1@newsmaster.cc.columbia.edu>
  10. References: <948121940.19822.0.nnrp-11.9e983d0c@news.demon.co.uk>
  11. NNTP-Posting-Host: watsun.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 948125305 5582 128.59.39.2 (17 Jan 2000 16:08:25 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 17 Jan 2000 16:08:25 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:10956
  16.  
  17. In article <948121940.19822.0.nnrp-11.9e983d0c@news.demon.co.uk>,
  18. Paul Bigwood <paul.bigwood@kbcomms.demon.co.uk> wrote:
  19. : Many years ago I remember seeing a program ( 8080 ASM CP/M code) to
  20. : bootstrap Kermit using DDT under CP/M.
  21. : I'd like to locate the program again if anyone can recall it or any pointers
  22. : to suitable source. This machine is an AMSTRAD
  23. : 8256 with those funny 3" floppy drives. I've got a CP/M operating system
  24. : disk and SID ( CP/M 3 replacement for DDT.) on the machine. No Basic so the
  25. : boostrap code in the Kermit manual is no good.
  26. : I've downloaded the AMSTRAD 8256 Kermit version from Columbia, but of course
  27. : can't get it into the machine.
  28. The program you're looking for is in the CP/M Kermit manual:
  29.  
  30.   ftp://kermit.columbia.edu/kermit/a/cpkerm.doc <-- Plain text
  31.   ftp://kermit.columbia.edu/kermit/a/cpkerm.ps  <-- PostScript
  32.  
  33. - Frank
  34.  
  35. Return-Path: <news@columbia.edu>
  36. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  37.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id LAA22020
  38.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 17 Jan 2000 11:55:51 -0500 (EST)
  39. Received: (from news@localhost)
  40.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id LAA06699
  41.     for kermit.misc@watsun.cc.columbia.edu; Mon, 17 Jan 2000 11:34:20 -0500 (EST)
  42. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  43. From: jaltman@watsun.cc.columbia.edu (Jeffrey Altman)
  44. Subject: Re: MS-DOS Kermit, more capabalities
  45. Date: 17 Jan 2000 16:34:19 GMT
  46. Organization: Columbia University
  47. Message-ID: <85vgab$6h8$1@newsmaster.cc.columbia.edu>
  48. To: kermit.misc@columbia.edu
  49.  
  50. This is simply a brief follow up to address specific technical issues
  51. not touched by Frank's reply.  -jea
  52.  
  53. In article <011700040222not-2-disclose@the.net>,
  54.  <not-2-disclose@the.net> wrote:
  55. : Isn't there any MS-DOS `Kermit' update in preparation
  56. : that will offer `ZMoDem' file transfer capability?!  
  57.  
  58. No.
  59.  
  60. : What about the
  61. : suggestion from Charles Angelich that `Kermit' should be able to "share"
  62. : the internal stack/~TelNet~ stuff with an external (`ZMoDem') protocol?!
  63.  
  64. How could this possibly work is the single tasking environment of DOS?
  65.  
  66. In 32-bit Windows, Unix, or VMS it is possible to run multiple programs
  67. at the same time because there is a task scheduler in the operating 
  68. system.  DOS does not have one.  
  69.  
  70. In order for Kermit to be able to share the TCP/IP stack with an external
  71. Zmodem process it would be necessary for the Zmodem process to be built
  72. with internal support for the same networking features as are built into
  73. Kermit.  This supposed Zmodem implementation does not exist.
  74.  
  75. Even if you could find a Zmodem implementation that implemented a TCP/IP
  76. stack, you would have the problem of how does Kermit transfer the state
  77. of the TCP/IP and Telnet state machines from one process to another.
  78.  
  79. The answer is that it is not possible to use an external protocol
  80. implementation over TCP/IP socket.  The only way that Zmodem could 
  81. ever be used is if it were built into Kermit.  As we have stated 
  82. previously, no one at the present time is working to implement Zmodem
  83. in MS-DOS Kermit.  If you want to implement Zmodem in MS-DOS Kermit
  84. be our guest.  The source code is available.  However, as the source
  85. code is copyright you must submit your changes back to Columbia 
  86. University for distribution.  You cannot distribute the altered 
  87. software yourself.
  88.  
  89. : I discovered that i could access my ~SMTP~ server on ~IP~ port #25 but
  90. : `Kermit' is the only program not to allow me such access if i try!  Why?
  91.  
  92. Spoofing is just what you think it is.  It is someone sending mail via
  93. an e-mail address which either does not belong to them.  The usual 
  94. purpose is to SPAM or commit fraud.  Are there other ways to do this?  Yes.  
  95. But a decision was made a long time ago that MS-DOS Kermit should not
  96. be a tool that could be used for this purpose.  Therefore, port 25 is
  97. blocked.
  98.  
  99.     Jeffrey Altman * Sr.Software Designer * Kermit-95 for Win32 and OS/2
  100.                  The Kermit Project * Columbia University
  101.               612 West 115th St #716 * New York, NY * 10025
  102.   http://www.kermit-project.org/k95.html * kermit-support@kermit-project.org